runtime.profBuf.overflow (field)

8 uses

	runtime (current package)
		profbuf.go#L91: 	overflow     uint64
		profbuf.go#L154: 	return uint32(atomic.Load64(&b.overflow)) > 0
		profbuf.go#L161: 	overflow := atomic.Load64(&b.overflow)
		profbuf.go#L170: 		if atomic.Cas64(&b.overflow, overflow, ((overflow>>32)+1)<<32) {
		profbuf.go#L173: 		overflow = atomic.Load64(&b.overflow)
		profbuf.go#L183: 		overflow := atomic.Load64(&b.overflow)
		profbuf.go#L190: 			atomic.Store64(&b.overflow, (((overflow>>32)+1)<<32)+1)
		profbuf.go#L200: 		if atomic.Cas64(&b.overflow, overflow, overflow+1) {